#winmedal-box {
	position: fixed;
	_position: absolute;/*For IE 6.0*/
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border:0;
	_border:2px solid #97ACD2;
	background:url(/u/member/9diary/other/transBG.png) no-repeat;
	_background:white;
	text-align: left;
	z-index: 999999;
}
#winmedal-close {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 16px;
	height: 16px;
	text-indent: -10em;
	overflow: hidden;
	background: url(/u/member/9diary/other/ico_tip_win_close.gif) no-repeat;
	cursor: pointer;
	display:block;
}
#winmedal-content-border {
	margin:5px;
	position: relative;
	top: -1px;
	background:white;
	line-height:22px;
}
.big {
	font-size:14px;
}
.green {
	color:green;
}
.AddCate-content {
	width: 420px;
	height: 240px;
	padding:10px;
}
.f_left {
	float:left;
}
.floatleft {
	float: left;
	padding-left:18px;
}
a.btnBlue {
	width:75px;
	text-align:center;
	border:none;
	background:transparent url(/u/member/9diary/other/bg_btn_cls.gif) no-repeat 0 -34px;
}
a.btnOra {
	border:none;
	background:transparent url(/u/member/9diary/other/bg_btn_cls.gif) no-repeat 0 -68px;
}
a.btnGray {
	width:75px;
	text-align:center;
	border:none;
	background:transparent url(/u/member/9diary/other/bg_btn_cls.gif) no-repeat 0 -102px;
}
a.btnBlue, a.btnOra {
	color:white;
}
a.btnBlue:hover, a.btnOra:hover {
	color:white;
	text-decoration:underline;
}
a.btnGray {
	color:#A3A3A3;
	cursor:default;
}
a.btnGray:hover {
	color:#A3A3A3;
	text-decoration:none;
}